home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TMAPPREF / TMAPPREF.txt
Text File  |  1997-04-13  |  30KB  |  1,074 lines

  1. object MapPref: TMapPref
  2.   Left = 210
  3.   Top = 185
  4.   HelpContext = 240
  5.   BorderStyle = bsDialog
  6.   Caption = 'Map Preferences'
  7.   ClientHeight = 282
  8.   ClientWidth = 494
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 494
  21.     Height = 243
  22.     Align = alClient
  23.     TabsPerRow = 7
  24.     TabFont.Color = clBtnText
  25.     TabFont.Height = -11
  26.     TabFont.Name = 'MS Sans Serif'
  27.     TabFont.Style = []
  28.     TabOrder = 0
  29.     object TTabPage
  30.       Left = 4
  31.       Top = 24
  32.       Caption = 'General'
  33.       object StartLoc: TCheckBox
  34.         Left = 46
  35.         Top = 20
  36.         Width = 286
  37.         Height = 13
  38.         Caption = 'Teleport to Start location when map is loaded'
  39.         TabOrder = 0
  40.       end
  41.       object ConfirmRoom: TCheckBox
  42.         Left = 46
  43.         Top = 39
  44.         Width = 286
  45.         Height = 14
  46.         Caption = 'Confirm entry to "Do not enter" rooms'
  47.         State = cbChecked
  48.         TabOrder = 1
  49.       end
  50.       object DoToolBar: TCheckBox
  51.         Left = 46
  52.         Top = 59
  53.         Width = 286
  54.         Height = 13
  55.         Caption = 'Display upper tool bar'
  56.         State = cbChecked
  57.         TabOrder = 2
  58.       end
  59.       object DoViewBar: TCheckBox
  60.         Left = 46
  61.         Top = 78
  62.         Width = 286
  63.         Height = 14
  64.         Caption = 'Display right view panel'
  65.         State = cbChecked
  66.         TabOrder = 3
  67.       end
  68.       object EchoRooms: TCheckBox
  69.         Left = 46
  70.         Top = 97
  71.         Width = 286
  72.         Height = 14
  73.         Caption = 'Echo room data when using map offline'
  74.         State = cbChecked
  75.         TabOrder = 4
  76.       end
  77.     end
  78.     object TTabPage
  79.       Left = 4
  80.       Top = 24
  81.       Caption = 'Colors'
  82.       object Label1: TLabel
  83.         Left = 24
  84.         Top = 16
  85.         Width = 88
  86.         Height = 13
  87.         Caption = 'Background Color:'
  88.       end
  89.       object Label2: TLabel
  90.         Left = 24
  91.         Top = 40
  92.         Width = 58
  93.         Height = 13
  94.         Caption = 'Room Color:'
  95.       end
  96.       object Label3: TLabel
  97.         Left = 24
  98.         Top = 64
  99.         Width = 50
  100.         Height = 13
  101.         Caption = 'Line Color:'
  102.       end
  103.       object Label4: TLabel
  104.         Left = 24
  105.         Top = 112
  106.         Width = 59
  107.         Height = 13
  108.         Caption = 'Water Color:'
  109.       end
  110.       object Label5: TLabel
  111.         Left = 24
  112.         Top = 136
  113.         Width = 43
  114.         Height = 13
  115.         Caption = 'Fly Color:'
  116.       end
  117.       object Label6: TLabel
  118.         Left = 24
  119.         Top = 160
  120.         Width = 52
  121.         Height = 13
  122.         Caption = 'Trap Color:'
  123.       end
  124.       object Label7: TLabel
  125.         Left = 24
  126.         Top = 88
  127.         Width = 95
  128.         Height = 13
  129.         Caption = 'Current Room Color:'
  130.       end
  131.       object Label22: TLabel
  132.         Left = 200
  133.         Top = 16
  134.         Width = 54
  135.         Height = 13
  136.         Caption = 'MOB Color:'
  137.       end
  138.       object Label23: TLabel
  139.         Left = 200
  140.         Top = 40
  141.         Width = 61
  142.         Height = 13
  143.         Caption = 'Object Color:'
  144.       end
  145.       object BackC: TPanel
  146.         Left = 140
  147.         Top = 12
  148.         Width = 22
  149.         Height = 22
  150.         TabOrder = 0
  151.         OnClick = BackCClick
  152.       end
  153.       object RoomC: TPanel
  154.         Tag = 1
  155.         Left = 140
  156.         Top = 36
  157.         Width = 22
  158.         Height = 22
  159.         TabOrder = 1
  160.         OnClick = BackCClick
  161.       end
  162.       object LineC: TPanel
  163.         Tag = 2
  164.         Left = 140
  165.         Top = 60
  166.         Width = 22
  167.         Height = 22
  168.         TabOrder = 2
  169.         OnClick = BackCClick
  170.       end
  171.       object WaterC: TPanel
  172.         Tag = 4
  173.         Left = 140
  174.         Top = 108
  175.         Width = 22
  176.         Height = 22
  177.         TabOrder = 3
  178.         OnClick = BackCClick
  179.       end
  180.       object FlyC: TPanel
  181.         Tag = 5
  182.         Left = 140
  183.         Top = 132
  184.         Width = 22
  185.         Height = 22
  186.         TabOrder = 4
  187.         OnClick = BackCClick
  188.       end
  189.       object TrapC: TPanel
  190.         Tag = 6
  191.         Left = 140
  192.         Top = 156
  193.         Width = 22
  194.         Height = 22
  195.         TabOrder = 5
  196.         OnClick = BackCClick
  197.       end
  198.       object CurrentC: TPanel
  199.         Tag = 3
  200.         Left = 140
  201.         Top = 84
  202.         Width = 22
  203.         Height = 22
  204.         TabOrder = 6
  205.         OnClick = BackCClick
  206.       end
  207.       object MobC: TPanel
  208.         Tag = 7
  209.         Left = 283
  210.         Top = 12
  211.         Width = 22
  212.         Height = 22
  213.         TabOrder = 7
  214.         OnClick = BackCClick
  215.       end
  216.       object ObjC: TPanel
  217.         Tag = 8
  218.         Left = 283
  219.         Top = 36
  220.         Width = 22
  221.         Height = 22
  222.         TabOrder = 8
  223.         OnClick = BackCClick
  224.       end
  225.     end
  226.     object TTabPage
  227.       Left = 4
  228.       Top = 24
  229.       Caption = 'Strings'
  230.       object Label10: TLabel
  231.         Left = 10
  232.         Top = 18
  233.         Width = 103
  234.         Height = 13
  235.         Caption = 'Can'#39't go that direction'
  236.       end
  237.       object Label8: TLabel
  238.         Left = 8
  239.         Top = 152
  240.         Width = 81
  241.         Height = 13
  242.         Caption = 'LOOK command:'
  243.       end
  244.       object Label21: TLabel
  245.         Left = 8
  246.         Top = 128
  247.         Width = 65
  248.         Height = 13
  249.         Caption = 'Room is dark:'
  250.       end
  251.       object Blocked: TStringGrid
  252.         Left = 10
  253.         Top = 33
  254.         Width = 375
  255.         Height = 88
  256.         ColCount = 1
  257.         DefaultRowHeight = 17
  258.         FixedCols = 0
  259.         RowCount = 32
  260.         FixedRows = 0
  261.         Font.Color = clWindowText
  262.         Font.Height = -12
  263.         Font.Name = 'MS Sans Serif'
  264.         Font.Style = []
  265.         Options = [goEditing]
  266.         ParentFont = False
  267.         ScrollBars = ssVertical
  268.         TabOrder = 0
  269.         ColWidths = (
  270.           463)
  271.       end
  272.       object LookCmd: TEdit
  273.         Left = 96
  274.         Top = 150
  275.         Width = 177
  276.         Height = 21
  277.         AutoSize = False
  278.         TabOrder = 1
  279.       end
  280.       object RoomDark: TEdit
  281.         Left = 96
  282.         Top = 125
  283.         Width = 289
  284.         Height = 21
  285.         AutoSize = False
  286.         TabOrder = 2
  287.       end
  288.     end
  289.     object TTabPage
  290.       Left = 4
  291.       Top = 24
  292.       Caption = 'Full Parsing'
  293.       object Label11: TLabel
  294.         Left = 8
  295.         Top = 24
  296.         Width = 114
  297.         Height = 13
  298.         Caption = 'FULL Parsing order:'
  299.         Font.Color = clWindowText
  300.         Font.Height = -12
  301.         Font.Name = 'MS Sans Serif'
  302.         Font.Style = [fsBold]
  303.         ParentFont = False
  304.       end
  305.       object Label12: TLabel
  306.         Left = 8
  307.         Top = 176
  308.         Width = 267
  309.         Height = 13
  310.         Caption = 'Drag elements from the list on the right into the box at left'
  311.       end
  312.       object Label13: TLabel
  313.         Left = 24
  314.         Top = 190
  315.         Width = 209
  316.         Height = 13
  317.         Caption = 'Use the buttons to re-order the list on the left'
  318.       end
  319.       object Label14: TLabel
  320.         Left = 304
  321.         Top = 24
  322.         Width = 68
  323.         Height = 13
  324.         Caption = 'Room Pattern:'
  325.       end
  326.       object Label9: TLabel
  327.         Left = 304
  328.         Top = 64
  329.         Width = 57
  330.         Height = 13
  331.         Caption = 'Exit Pattern:'
  332.       end
  333.       object Bevel1: TBevel
  334.         Left = 290
  335.         Top = 16
  336.         Width = 9
  337.         Height = 185
  338.         Shape = bsLeftLine
  339.       end
  340.       object ParseOrder: TListBox
  341.         Left = 8
  342.         Top = 40
  343.         Width = 145
  344.         Height = 97
  345.         ItemHeight = 13
  346.         TabOrder = 0
  347.         OnDragDrop = ParseOrderDragDrop
  348.         OnDragOver = ParseOrderDragOver
  349.       end
  350.       object RoomName: TPanel
  351.         Tag = 1
  352.         Left = 167
  353.         Top = 40
  354.         Width = 113
  355.         Height = 22
  356.         Alignment = taLeftJustify
  357.         DragMode = dmAutomatic
  358.         Caption = '  Room name'
  359.         TabOrder = 1
  360.       end
  361.       object RoomDesc: TPanel
  362.         Tag = 2
  363.         Left = 167
  364.         Top = 64
  365.         Width = 113
  366.         Height = 22
  367.         Alignment = taLeftJustify
  368.         DragMode = dmAutomatic
  369.         Caption = '  Room description'
  370.         TabOrder = 2
  371.       end
  372.       object RoomExit: TPanel
  373.         Tag = 3
  374.         Left = 167
  375.         Top = 88
  376.         Width = 113
  377.         Height = 22
  378.         Alignment = taLeftJustify
  379.         DragMode = dmAutomatic
  380.         Caption = '  Room exits'
  381.         TabOrder = 3
  382.       end
  383.       object BlankLine: TPanel
  384.         Tag = 4
  385.         Left = 167
  386.         Top = 112
  387.         Width = 113
  388.         Height = 22
  389.         Alignment = taLeftJustify
  390.         DragMode = dmAutomatic
  391.         Caption = '  Blank line'
  392.         TabOrder = 4
  393.       end
  394.       object SkipLine: TPanel
  395.         Tag = 5
  396.         Left = 167
  397.         Top = 136
  398.         Width = 113
  399.         Height = 22
  400.         Alignment = taLeftJustify
  401.         DragMode = dmAutomatic
  402.         Caption = '  Skip line'
  403.         TabOrder = 5
  404.       end
  405.       object UpBtn: TBitBtn
  406.         Left = 8
  407.         Top = 143
  408.         Width = 27
  409.         Height = 27
  410.         Hint = 'Move Line Up|'
  411.         ParentShowHint = False
  412.         ShowHint = True
  413.         TabOrder = 6
  414.         OnClick = UpBtnClick
  415.         Glyph.Data = {
  416.           90010000424D9001000000000000760000002800000020000000100000000100
  417.           0400000000000001000000000000000000000000000000000000000000000000
  418.           80000080000000808000800000008000800080800000C0C0C000808080000000
  419.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  420.           3333333333333333333333333333333333333333333333333333333333333333
  421.           333333333333333333333333333333333333333333333333333333E444444444
  422.           44433338FFFFFFFFFFFF33E6666666666643333833333333333F333E66666666
  423.           643333338333333333F33333E666666643333333383333333F3333333E666664
  424.           3333333333833333F333333333E66643333333333338333F33333333333E6433
  425.           33333333333383F3333333333333E33333333333333338333333333333333333
  426.           3333333333333333333333333333333333333333333333333333333333333333
  427.           3333333333333333333333333333333333333333333333333333000000000000
  428.           0000000000000000000000000000000000000000}
  429.         Margin = 3
  430.         NumGlyphs = 2
  431.         Spacing = -1
  432.         IsControl = True
  433.       end
  434.       object DownBtn: TBitBtn
  435.         Left = 38
  436.         Top = 143
  437.         Width = 27
  438.         Height = 27
  439.         Hint = 'Move Line Down|'
  440.         ParentShowHint = False
  441.         ShowHint = True
  442.         TabOrder = 7
  443.         OnClick = DownBtnClick
  444.         Glyph.Data = {
  445.           90010000424D9001000000000000760000002800000020000000100000000100
  446.           0400000000000001000000000000000000000000000000000000000000000000
  447.           80000080000000808000800000008000800080800000C0C0C000808080000000
  448.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  449.           3333333333333333333333333333333333333333333333333333333333333333
  450.           333333333333333333333333333343333333333333333F333333333333346433
  451.           333333333333F383333333333346664333333333333F33383333333334666664
  452.           3333333333F333338333333346666666433333333F3333333833333466666666
  453.           64333333F3333333338333E6666666666643333F33333333333833EEEEEEEEEE
  454.           EE43333FFFFFFFFFFFF833333333333333333333333333333333333333333333
  455.           3333333333333333333333333333333333333333333333333333333333333333
  456.           3333333333333333333333333333333333333333333333333333000000000000
  457.           0000000000000000000000000000000000000000}
  458.         Margin = 3
  459.         NumGlyphs = 2
  460.         Spacing = -1
  461.         IsControl = True
  462.       end
  463.       object DelBtn: TBitBtn
  464.         Left = 68
  465.         Top = 143
  466.         Width = 27
  467.         Height = 27
  468.         Hint = 'Delete line|'
  469.         TabOrder = 8
  470.         OnClick = DelBtnClick
  471.         Glyph.Data = {
  472.           78010000424D7801000000000000760000002800000020000000100000000100
  473.           04000000000000000000120B0000120B00000000000000000000000000000000
  474.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  475.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  476.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  477.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  478.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  479.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  480.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  481.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  482.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  483.           3333333337FFF7F33333333330000033333333333777773333330000}
  484.         NumGlyphs = 2
  485.         Spacing = -1
  486.         IsControl = True
  487.       end
  488.       object RoomP: TEdit
  489.         Left = 304
  490.         Top = 38
  491.         Width = 177
  492.         Height = 21
  493.         AutoSize = False
  494.         TabOrder = 9
  495.         OnChange = RoomPChange
  496.       end
  497.       object ExitP: TEdit
  498.         Left = 304
  499.         Top = 78
  500.         Width = 177
  501.         Height = 21
  502.         AutoSize = False
  503.         TabOrder = 10
  504.         OnChange = ExitPChange
  505.       end
  506.       object ExitType: TRadioGroup
  507.         Left = 304
  508.         Top = 104
  509.         Width = 177
  510.         Height = 49
  511.         Caption = 'Exit types'
  512.         ItemIndex = 0
  513.         Items.Strings = (
  514.           'Whole words'
  515.           'Single characters')
  516.         TabOrder = 11
  517.         OnClick = ExitTypeClick
  518.       end
  519.       object ExitPrp: TCheckBox
  520.         Left = 312
  521.         Top = 160
  522.         Width = 97
  523.         Height = 17
  524.         Caption = 'Exit in Prompt'
  525.         TabOrder = 12
  526.       end
  527.     end
  528.     object TTabPage
  529.       Left = 4
  530.       Top = 24
  531.       Caption = 'Brief Parsing'
  532.       object Label15: TLabel
  533.         Left = 8
  534.         Top = 24
  535.         Width = 120
  536.         Height = 13
  537.         Caption = 'BRIEF Parsing order:'
  538.         Font.Color = clWindowText
  539.         Font.Height = -12
  540.         Font.Name = 'MS Sans Serif'
  541.         Font.Style = [fsBold]
  542.         ParentFont = False
  543.       end
  544.       object Label16: TLabel
  545.         Left = 8
  546.         Top = 176
  547.         Width = 267
  548.         Height = 13
  549.         Caption = 'Drag elements from the list on the right into the box at left'
  550.       end
  551.       object Label17: TLabel
  552.         Left = 24
  553.         Top = 190
  554.         Width = 209
  555.         Height = 13
  556.         Caption = 'Use the buttons to re-order the list on the left'
  557.       end
  558.       object Bevel2: TBevel
  559.         Left = 290
  560.         Top = 16
  561.         Width = 9
  562.         Height = 185
  563.         Shape = bsLeftLine
  564.       end
  565.       object Label24: TLabel
  566.         Left = 304
  567.         Top = 24
  568.         Width = 68
  569.         Height = 13
  570.         Caption = 'Room Pattern:'
  571.       end
  572.       object Label25: TLabel
  573.         Left = 304
  574.         Top = 64
  575.         Width = 57
  576.         Height = 13
  577.         Caption = 'Exit Pattern:'
  578.       end
  579.       object BriefParse: TListBox
  580.         Left = 8
  581.         Top = 40
  582.         Width = 145
  583.         Height = 97
  584.         ItemHeight = 13
  585.         TabOrder = 0
  586.         OnDragDrop = BriefParseDragDrop
  587.         OnDragOver = ParseOrderDragOver
  588.       end
  589.       object BitBtn3: TBitBtn
  590.         Left = 8
  591.         Top = 143
  592.         Width = 27
  593.         Height = 27
  594.         Hint = 'Move Line Up|'
  595.         ParentShowHint = False
  596.         ShowHint = True
  597.         TabOrder = 1
  598.         OnClick = BitBtn3Click
  599.         Glyph.Data = {
  600.           90010000424D9001000000000000760000002800000020000000100000000100
  601.           0400000000000001000000000000000000000000000000000000000000000000
  602.           80000080000000808000800000008000800080800000C0C0C000808080000000
  603.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  604.           3333333333333333333333333333333333333333333333333333333333333333
  605.           333333333333333333333333333333333333333333333333333333E444444444
  606.           44433338FFFFFFFFFFFF33E6666666666643333833333333333F333E66666666
  607.           643333338333333333F33333E666666643333333383333333F3333333E666664
  608.           3333333333833333F333333333E66643333333333338333F33333333333E6433
  609.           33333333333383F3333333333333E33333333333333338333333333333333333
  610.           3333333333333333333333333333333333333333333333333333333333333333
  611.           3333333333333333333333333333333333333333333333333333000000000000
  612.           0000000000000000000000000000000000000000}
  613.         Margin = 3
  614.         NumGlyphs = 2
  615.         Spacing = -1
  616.         IsControl = True
  617.       end
  618.       object BitBtn4: TBitBtn
  619.         Left = 38
  620.         Top = 143
  621.         Width = 27
  622.         Height = 27
  623.         Hint = 'Move Line Down|'
  624.         ParentShowHint = False
  625.         ShowHint = True
  626.         TabOrder = 2
  627.         OnClick = BitBtn4Click
  628.         Glyph.Data = {
  629.           90010000424D9001000000000000760000002800000020000000100000000100
  630.           0400000000000001000000000000000000000000000000000000000000000000
  631.           80000080000000808000800000008000800080800000C0C0C000808080000000
  632.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  633.           3333333333333333333333333333333333333333333333333333333333333333
  634.           333333333333333333333333333343333333333333333F333333333333346433
  635.           333333333333F383333333333346664333333333333F33383333333334666664
  636.           3333333333F333338333333346666666433333333F3333333833333466666666
  637.           64333333F3333333338333E6666666666643333F33333333333833EEEEEEEEEE
  638.           EE43333FFFFFFFFFFFF833333333333333333333333333333333333333333333
  639.           3333333333333333333333333333333333333333333333333333333333333333
  640.           3333333333333333333333333333333333333333333333333333000000000000
  641.           0000000000000000000000000000000000000000}
  642.         Margin = 3
  643.         NumGlyphs = 2
  644.         Spacing = -1
  645.         IsControl = True
  646.       end
  647.       object BitBtn5: TBitBtn
  648.         Left = 68
  649.         Top = 143
  650.         Width = 27
  651.         Height = 27
  652.         Hint = 'Delete line|'
  653.         TabOrder = 3
  654.         OnClick = BitBtn5Click
  655.         Glyph.Data = {
  656.           78010000424D7801000000000000760000002800000020000000100000000100
  657.           04000000000000000000120B0000120B00000000000000000000000000000000
  658.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  659.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  660.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  661.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  662.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  663.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  664.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  665.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  666.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  667.           3333333337FFF7F33333333330000033333333333777773333330000}
  668.         NumGlyphs = 2
  669.         Spacing = -1
  670.         IsControl = True
  671.       end
  672.       object Panel2: TPanel
  673.         Tag = 1
  674.         Left = 167
  675.         Top = 40
  676.         Width = 113
  677.         Height = 22
  678.         Alignment = taLeftJustify
  679.         DragMode = dmAutomatic
  680.         Caption = '  Room name'
  681.         TabOrder = 4
  682.       end
  683.       object Panel3: TPanel
  684.         Tag = 2
  685.         Left = 167
  686.         Top = 64
  687.         Width = 113
  688.         Height = 22
  689.         Alignment = taLeftJustify
  690.         DragMode = dmAutomatic
  691.         Caption = '  Room description'
  692.         TabOrder = 5
  693.       end
  694.       object Panel4: TPanel
  695.         Tag = 3
  696.         Left = 167
  697.         Top = 88
  698.         Width = 113
  699.         Height = 22
  700.         Alignment = taLeftJustify
  701.         DragMode = dmAutomatic
  702.         Caption = '  Room exits'
  703.         TabOrder = 6
  704.       end
  705.       object Panel5: TPanel
  706.         Tag = 4
  707.         Left = 167
  708.         Top = 112
  709.         Width = 113
  710.         Height = 22
  711.         Alignment = taLeftJustify
  712.         DragMode = dmAutomatic
  713.         Caption = '  Blank line'
  714.         TabOrder = 7
  715.       end
  716.       object Panel6: TPanel
  717.         Tag = 5
  718.         Left = 167
  719.         Top = 136
  720.         Width = 113
  721.         Height = 22
  722.         Alignment = taLeftJustify
  723.         DragMode = dmAutomatic
  724.         Caption = '  Skip line'
  725.         TabOrder = 8
  726.       end
  727.       object RoomPb: TEdit
  728.         Left = 304
  729.         Top = 38
  730.         Width = 177
  731.         Height = 21
  732.         AutoSize = False
  733.         TabOrder = 9
  734.         OnChange = RoomPbChange
  735.       end
  736.       object ExitPb: TEdit
  737.         Left = 304
  738.         Top = 78
  739.         Width = 177
  740.         Height = 21
  741.         AutoSize = False
  742.         TabOrder = 10
  743.         OnChange = ExitPbChange
  744.       end
  745.       object ExitTypeb: TRadioGroup
  746.         Left = 304
  747.         Top = 104
  748.         Width = 177
  749.         Height = 49
  750.         Caption = 'Exit types'
  751.         ItemIndex = 0
  752.         Items.Strings = (
  753.           'Whole words'
  754.           'Single characters')
  755.         TabOrder = 11
  756.         OnClick = ExitTypebClick
  757.       end
  758.       object ExitPrb: TCheckBox
  759.         Left = 312
  760.         Top = 160
  761.         Width = 97
  762.         Height = 17
  763.         Caption = 'Exit in Prompt'
  764.         TabOrder = 12
  765.       end
  766.     end
  767.     object TTabPage
  768.       Left = 4
  769.       Top = 24
  770.       Caption = 'Look Parsing'
  771.       object Label18: TLabel
  772.         Left = 24
  773.         Top = 190
  774.         Width = 209
  775.         Height = 13
  776.         Caption = 'Use the buttons to re-order the list on the left'
  777.       end
  778.       object Label19: TLabel
  779.         Left = 8
  780.         Top = 176
  781.         Width = 267
  782.         Height = 13
  783.         Caption = 'Drag elements from the list on the right into the box at left'
  784.       end
  785.       object Label20: TLabel
  786.         Left = 8
  787.         Top = 24
  788.         Width = 117
  789.         Height = 13
  790.         Caption = 'LOOK Parsing order:'
  791.         Font.Color = clWindowText
  792.         Font.Height = -12
  793.         Font.Name = 'MS Sans Serif'
  794.         Font.Style = [fsBold]
  795.         ParentFont = False
  796.       end
  797.       object Bevel3: TBevel
  798.         Left = 290
  799.         Top = 16
  800.         Width = 9
  801.         Height = 185
  802.         Shape = bsLeftLine
  803.       end
  804.       object Label26: TLabel
  805.         Left = 304
  806.         Top = 24
  807.         Width = 68
  808.         Height = 13
  809.         Caption = 'Room Pattern:'
  810.       end
  811.       object Label27: TLabel
  812.         Left = 304
  813.         Top = 64
  814.         Width = 57
  815.         Height = 13
  816.         Caption = 'Exit Pattern:'
  817.       end
  818.       object BitBtn1: TBitBtn
  819.         Left = 8
  820.         Top = 143
  821.         Width = 27
  822.         Height = 27
  823.         Hint = 'Move Line Up|'
  824.         ParentShowHint = False
  825.         ShowHint = True
  826.         TabOrder = 0
  827.         OnClick = BitBtn1Click
  828.         Glyph.Data = {
  829.           90010000424D9001000000000000760000002800000020000000100000000100
  830.           0400000000000001000000000000000000000000000000000000000000000000
  831.           80000080000000808000800000008000800080800000C0C0C000808080000000
  832.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  833.           3333333333333333333333333333333333333333333333333333333333333333
  834.           333333333333333333333333333333333333333333333333333333E444444444
  835.           44433338FFFFFFFFFFFF33E6666666666643333833333333333F333E66666666
  836.           643333338333333333F33333E666666643333333383333333F3333333E666664
  837.           3333333333833333F333333333E66643333333333338333F33333333333E6433
  838.           33333333333383F3333333333333E33333333333333338333333333333333333
  839.           3333333333333333333333333333333333333333333333333333333333333333
  840.           3333333333333333333333333333333333333333333333333333000000000000
  841.           0000000000000000000000000000000000000000}
  842.         Margin = 3
  843.         NumGlyphs = 2
  844.         Spacing = -1
  845.         IsControl = True
  846.       end
  847.       object BitBtn2: TBitBtn
  848.         Left = 38
  849.         Top = 143
  850.         Width = 27
  851.         Height = 27
  852.         Hint = 'Move Line Down|'
  853.         ParentShowHint = False
  854.         ShowHint = True
  855.         TabOrder = 1
  856.         OnClick = BitBtn2Click
  857.         Glyph.Data = {
  858.           90010000424D9001000000000000760000002800000020000000100000000100
  859.           0400000000000001000000000000000000000000000000000000000000000000
  860.           80000080000000808000800000008000800080800000C0C0C000808080000000
  861.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  862.           3333333333333333333333333333333333333333333333333333333333333333
  863.           333333333333333333333333333343333333333333333F333333333333346433
  864.           333333333333F383333333333346664333333333333F33383333333334666664
  865.           3333333333F333338333333346666666433333333F3333333833333466666666
  866.           64333333F3333333338333E6666666666643333F33333333333833EEEEEEEEEE
  867.           EE43333FFFFFFFFFFFF833333333333333333333333333333333333333333333
  868.           3333333333333333333333333333333333333333333333333333333333333333
  869.           3333333333333333333333333333333333333333333333333333000000000000
  870.           0000000000000000000000000000000000000000}
  871.         Margin = 3
  872.         NumGlyphs = 2
  873.         Spacing = -1
  874.         IsControl = True
  875.       end
  876.       object BitBtn6: TBitBtn
  877.         Left = 68
  878.         Top = 143
  879.         Width = 27
  880.         Height = 27
  881.         Hint = 'Delete line|'
  882.         TabOrder = 2
  883.         OnClick = BitBtn6Click
  884.         Glyph.Data = {
  885.           78010000424D7801000000000000760000002800000020000000100000000100
  886.           04000000000000000000120B0000120B00000000000000000000000000000000
  887.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  888.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  889.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  890.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  891.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  892.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  893.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  894.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  895.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  896.           3333333337FFF7F33333333330000033333333333777773333330000}
  897.         NumGlyphs = 2
  898.         Spacing = -1
  899.         IsControl = True
  900.       end
  901.       object Panel7: TPanel
  902.         Tag = 5
  903.         Left = 167
  904.         Top = 136
  905.         Width = 113
  906.         Height = 22
  907.         Alignment = taLeftJustify
  908.         DragMode = dmAutomatic
  909.         Caption = '  Skip line'
  910.         TabOrder = 3
  911.       end
  912.       object Panel8: TPanel
  913.         Tag = 4
  914.         Left = 167
  915.         Top = 112
  916.         Width = 113
  917.         Height = 22
  918.         Alignment = taLeftJustify
  919.         DragMode = dmAutomatic
  920.         Caption = '  Blank line'
  921.         TabOrder = 4
  922.       end
  923.       object Panel9: TPanel
  924.         Tag = 3
  925.         Left = 167
  926.         Top = 88
  927.         Width = 113
  928.         Height = 22
  929.         Alignment = taLeftJustify
  930.         DragMode = dmAutomatic
  931.         Caption = '  Room exits'
  932.         TabOrder = 5
  933.       end
  934.       object Panel10: TPanel
  935.         Tag = 2
  936.         Left = 167
  937.         Top = 64
  938.         Width = 113
  939.         Height = 22
  940.         Alignment = taLeftJustify
  941.         DragMode = dmAutomatic
  942.         Caption = '  Room description'
  943.         TabOrder = 6
  944.       end
  945.       object Panel11: TPanel
  946.         Tag = 1
  947.         Left = 167
  948.         Top = 40
  949.         Width = 113
  950.         Height = 22
  951.         Alignment = taLeftJustify
  952.         DragMode = dmAutomatic
  953.         Caption = '  Room name'
  954.         TabOrder = 7
  955.       end
  956.       object LookParse: TListBox
  957.         Left = 8
  958.         Top = 40
  959.         Width = 145
  960.         Height = 97
  961.         ItemHeight = 13
  962.         TabOrder = 8
  963.         OnDragDrop = LookParseDragDrop
  964.         OnDragOver = ParseOrderDragOver
  965.       end
  966.       object UseFull: TCheckBox
  967.         Left = 8
  968.         Top = 4
  969.         Width = 176
  970.         Height = 13
  971.         Caption = 'Use FULL parse table'
  972.         State = cbChecked
  973.         TabOrder = 9
  974.       end
  975.       object RoomPl: TEdit
  976.         Left = 304
  977.         Top = 38
  978.         Width = 177
  979.         Height = 21
  980.         AutoSize = False
  981.         TabOrder = 10
  982.         OnChange = RoomPlChange
  983.       end
  984.       object ExitPl: TEdit
  985.         Left = 304
  986.         Top = 78
  987.         Width = 177
  988.         Height = 21
  989.         AutoSize = False
  990.         TabOrder = 11
  991.         OnChange = ExitPlChange
  992.       end
  993.       object ExitTypel: TRadioGroup
  994.         Left = 304
  995.         Top = 104
  996.         Width = 177
  997.         Height = 49
  998.         Caption = 'Exit types'
  999.         ItemIndex = 0
  1000.         Items.Strings = (
  1001.           'Whole words'
  1002.           'Single characters')
  1003.         TabOrder = 12
  1004.         OnClick = ExitTypelClick
  1005.       end
  1006.       object ExitPrl: TCheckBox
  1007.         Left = 312
  1008.         Top = 160
  1009.         Width = 97
  1010.         Height = 17
  1011.         Caption = 'Exit in Prompt'
  1012.         TabOrder = 13
  1013.       end
  1014.     end
  1015.   end
  1016.   object Panel1: TPanel
  1017.     Left = 0
  1018.     Top = 243
  1019.     Width = 494
  1020.     Height = 39
  1021.     Align = alBottom
  1022.     BevelOuter = bvNone
  1023.     TabOrder = 1
  1024.     object OKBtn: TBitBtn
  1025.       Left = 248
  1026.       Top = 6
  1027.       Width = 77
  1028.       Height = 27
  1029.       Font.Color = clBtnText
  1030.       Font.Height = -11
  1031.       Font.Name = 'MS Sans Serif'
  1032.       Font.Style = []
  1033.       ParentFont = False
  1034.       TabOrder = 0
  1035.       OnClick = OKBtnClick
  1036.       Kind = bkOK
  1037.     end
  1038.     object CancelBtn: TBitBtn
  1039.       Left = 330
  1040.       Top = 6
  1041.       Width = 77
  1042.       Height = 27
  1043.       Font.Color = clBtnText
  1044.       Font.Height = -11
  1045.       Font.Name = 'MS Sans Serif'
  1046.       Font.Style = []
  1047.       ParentFont = False
  1048.       TabOrder = 1
  1049.       Kind = bkCancel
  1050.     end
  1051.     object BitBtn7: TBitBtn
  1052.       Left = 412
  1053.       Top = 6
  1054.       Width = 77
  1055.       Height = 27
  1056.       HelpContext = 240
  1057.       Font.Color = clBtnText
  1058.       Font.Height = -11
  1059.       Font.Name = 'MS Sans Serif'
  1060.       Font.Style = []
  1061.       ParentFont = False
  1062.       TabOrder = 2
  1063.       Kind = bkHelp
  1064.       Margin = 2
  1065.       Spacing = -1
  1066.       IsControl = True
  1067.     end
  1068.   end
  1069.   object ColorDialog1: TColorDialog
  1070.     Ctl3D = True
  1071.     Left = 388
  1072.   end
  1073. end
  1074.